home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
C/C++ Interactive Reference Guide
/
C-C++ Interactive Reference Guide.iso
/
c_ref
/
csource5
/
357_01
/
cstar1.exe
/
SZF.TST
< prev
next >
Wrap
Text File
|
1991-11-15
|
91b
|
9 lines
f()
{
struct node {
int x;
};
long int size;
size = sizeof(struct node *);
}